home *** CD-ROM | disk | FTP | other *** search
/ BlastDOS / pcANYWHERE 2.0.zip / Disk 2.IMA / DOWNDIR.WI$ / DOWNDIR.WIZ
Text File  |  1995-08-11  |  2KB  |  33 lines

  1. *pcANYWHERE for Windows 2.0
  2. *Set the Default Download Directory
  3. IF iswindowup "pcANYWHERE"
  4.   Blackboard "This Assistant will walk you through the process of setting your default download directory."
  5.   Blackboard "During this session, your mouse cursor will be under computer control."
  6. ELSE
  7. RUN "winaw.exe"
  8.   Blackboard "Welcome to Norton pcANYWHERE"
  9. ENDIF
  10. BlackBoard   "pcANYWHERE provides this option of setting a default directory to use in the event your protocol can not specify one."
  11. Blackboard "To set a default directory for your downloaded files, the Assistant will select File Transfer from the Configure Menu."
  12. Controlsoff "Configure File Transfer"
  13. Menuselect "o7f" ;Press NEXT to continue.
  14. LABEL MPW
  15. IF iswindowup "Master Password"
  16. controlsoff "Master Password"
  17.    BlackBoard   "A Master Password has been set.  You must enter the Master Password in order to view/modify any settings."
  18.    Acceptinto 1808      ;Please enter the Master Password now... Press Next to continue.
  19.    Clickon 0001 ;Your password has been entered.
  20.    IF iswindowup "Error"
  21.     BlackBoard  "I'm sorry -- your entry was incorrect.  Please try again..."
  22.     Clickon 0002
  23.     Goto MPW
  24.     endif
  25. Controlsoff "Configure File Transfer"
  26. endif
  27. Blackboard "Some file transfer protocols give you the opportunity of specifying a download directory at the time of the file transfer."
  28. Blackboard "When you press NEXT, you will be prompted for the Download Directory."
  29. AcceptInto 2606  ;Enter the full path of the directory you wish your downloaded files to reside in.
  30. Blackboard     "The Assistant will select 'CLOSE' to save Download Directory Information."
  31. Clickon    0001   ; The default download directory is now set. Goodbye.
  32. Exit
  33.